//% Script file //% esempio errori di arrotodamento n = input("n = ") xt = 100; x = 100; for i=1:n x = sqrt(x); end for i=1:n x = x.^2; end abs(x-xt)/abs(xt)